runtime.mLockProfile.haveStack (field)

4 uses

	runtime (current package)
		mprof.go#L721: 	haveStack  bool         // stack and cycles are to be added to the mutex profile
		mprof.go#L776: 	if gp := getg(); gp.m.locks == 1 && gp.m.mLockProfile.haveStack {
		mprof.go#L802: 	prof.haveStack = true
		mprof.go#L843: 	prof.haveStack = false